Functions | |
| int | sceKernelSuspendAllUserThreads (void) |
| Suspend all user mode threads in the system. | |
| int | sceKernelIsUserModeThread (void) |
| Checks if the current thread is a usermode thread. | |
| int | sceKernelGetUserLevel (void) |
| Get the user level of the current thread. | |
| unsigned int | sceKernelGetSyscallRA (void) |
| Get the return address of the current thread's syscall. | |
| int | sceKernelGetThreadKernelStackFreeSize (SceUID thid) |
| Get the free stack space on the kernel thread. | |
| int | sceKernelCheckThreadKernelStack (void) |
| Check the thread kernel stack. | |
| int | sceKernelExtendKernelStack (int type, void(*cb)(void *), void *arg) |
| Extend the kernel thread stack. | |
| unsigned int | sceKernelGetSystemStatusFlag (void) |
| Get the system status flag. | |
| int | sceKernelAllocateKTLS (int id, int(*cb)(unsigned int *size, void *arg), void *arg) |
| Setup the KTLS allocator. | |
| int | sceKernelFreeKTLS (int id) |
| Free the KTLS allocator. | |
| void * | sceKernelGetKTLS (int id) |
| Get the KTLS of the current thread. | |
| void * | sceKernelGetThreadKTLS (int id, SceUID thid, int mode) |
| Get the KTLS of a thread. | |
|
||||||||||||||||
|
Setup the KTLS allocator.
|
|
|
Check the thread kernel stack.
|
|
||||||||||||||||
|
Extend the kernel thread stack.
|
|
|
Free the KTLS allocator.
|
|
|
Get the KTLS of the current thread.
|
|
|
Get the return address of the current thread's syscall.
|
|
|
Get the system status flag.
|
|
|
Get the free stack space on the kernel thread.
|
|
||||||||||||||||
|
Get the KTLS of a thread.
|
|
|
Get the user level of the current thread.
|
|
|
Checks if the current thread is a usermode thread.
|
|
|
Suspend all user mode threads in the system.
|
1.4.6